#include "LCDConf.h"
#include "GUI_Private.h"
#include "ili9341.h"
Go to the source code of this file.
|
| void | HAL_DMA2D_MspInit (DMA2D_HandleTypeDef *hdma2d) |
| | DMA2D MSP Initialization This function configures the hardware resources used in This application:
|
| |
| void | HAL_DMA2D_MspDeInit (DMA2D_HandleTypeDef *hdma2d) |
| | DMA2D MSP De-Initialization This function frees the hardware resources used in This application:
|
| |
| void | HAL_LTDC_MspInit (LTDC_HandleTypeDef *hltdc) |
| | LTDC MSP Initialization This function configures the hardware resources used in This application:
|
| |
| void | HAL_LTDC_MspDeInit (LTDC_HandleTypeDef *hltdc) |
| | LTDC MSP De-Initialization This function frees the hardware resources used in This application:
|
| |
| void | HAL_LTDC_LineEvenCallback (LTDC_HandleTypeDef *hltdc) |
| | Line Event callback.
|
| |
| void | LCD_X_Config (void) |
| | Called during the initialization process in order to set up the display driver configuration.
|
| |
| int | LCD_X_DisplayDriver (unsigned LayerIndex, unsigned Cmd, void *pData) |
| | This function is called by the display driver for several purposes. To support the according task the routine needs to be adapted to the display controller. Please note that the commands marked with 'optional' are not cogently required and should only be adapted if the display controller supports these features.
|
| |